c# webclient accept all certificates

55

c# webclient accept all certificates -

ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };

Comments

Submit
0 Comments